home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Graphics / vpeg / vpeg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-06-04  |  401 b   |  15 lines

  1. #include <devices/peggympeg.h>
  2. #include <dos/dosasl.h>
  3.  
  4. struct PeggyData {
  5.     struct MPEGCDInfo *CDInfo;
  6.     struct MPEGDevInfo *DevInfo;
  7.     struct MPEGStreamInfo *StreamInfo;
  8.     struct MPEGEnvironment *Environment;
  9.     struct MPEGAudioParams *AudioParams;
  10.     struct MPEGBorderParams *BorderParams;
  11.     struct MPEGWindowParams *WindowParams;
  12.     struct MPEGVideoParamsSet *VideoParams;
  13.     struct AnchorPath *WildAnchor;
  14. };
  15.